Vcenter Lcm Deployment Repository Spec

Vcenter Lcm Deployment Repository Spec
Vcenter Lcm Deployment Repository Spec

The Vcenter Lcm Deployment Repository Spec schema contains the repository configuration parameters.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "address": "string",
    "username": "string",
    "password": "string"
}
string As uri As uri
address
Required

The address of the repository.

This property was added in vSphere API 9.0.0.0.

string
username
Optional

The username used to authenticate with the repository,

This property was added in vSphere API 9.0.0.0.

Only set, when the repository requires authentication.

string As password As password
password
Optional

The password used to authenticate with the repository,

This property was added in vSphere API 9.0.0.0.

Only set, when the repository requires authentication.